home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / usr / sybase / doc / dbsetmaxprocs.man < prev    next >
Text File  |  1993-04-22  |  1KB  |  45 lines

  1.  
  2.   1                       Version 4.0 -- 5/1/89            dbsetmaxprocs
  3.   ______________________________________________________________________
  4.  
  5.   NAME:  dbsetmaxprocs
  6.  
  7.   FUNCTION:
  8.        Set the maximum number of simultaneously open DBPROCESSes.
  9.  
  10.   SYNTAX:
  11.        RETCODE dbsetmaxprocs(maxprocs)
  12.  
  13.        int       maxprocs;
  14.  
  15.   COMMENTS:
  16.  
  17.        o A DB-Library program has a  maximum  number  of  simultaneously
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.   dbsetmaxprocs           Version 4.0 -- 5/1/89                        2
  25.   ______________________________________________________________________
  26.          open DBPROCESSes. By default, this number is 25.   The  program
  27.          may change this limit by calling dbsetmaxprocs().
  28.  
  29.        o The program may find out what the current limit is  by  calling
  30.          dbgetmaxprocs().
  31.  
  32.   PARAMETERS:
  33.        maxprocs -  The new limit on simultaneously open DBPROCESSes  for
  34.            this particular program.
  35.  
  36.   RETURNS:
  37.        SUCCEED or FAIL.
  38.  
  39.   SEE ALSO:
  40.        dbgetmaxprocs, dbopen
  41.  
  42.  
  43.  
  44.  
  45.